home *** CD-ROM | disk | FTP | other *** search
- object gotowin: Tgotowin
- Left = 265
- Top = 115
- ActiveControl = OKBtn
- BorderIcons = [biSystemMenu]
- BorderStyle = bsDialog
- Caption = 'Go To'
- ClientHeight = 93
- ClientWidth = 212
- Font.Color = clBlack
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = [fsBold]
- PixelsPerInch = 96
- Position = poScreenCenter
- ShowHint = True
- OnActivate = FormActivate
- OnCreate = FormCreate
- TextHeight = 13
- object Bevel1: TBevel
- Left = 6
- Top = 6
- Width = 198
- Height = 45
- Shape = bsFrame
- IsControl = True
- end
- object Label1: TLabel
- Left = 26
- Top = 24
- Width = 84
- Height = 13
- Caption = 'Go To Line # :'
- end
- object OKBtn: TBitBtn
- Left = 24
- Top = 55
- Width = 77
- Height = 27
- Hint = 'Cliick here when ready'
- ParentShowHint = False
- ShowHint = True
- TabOrder = 1
- OnClick = OKBtnClick
- Kind = bkOK
- Margin = 2
- Spacing = -1
- IsControl = True
- end
- object CancelBtn: TBitBtn
- Left = 109
- Top = 56
- Width = 77
- Height = 27
- Hint = 'Click here to cancel'
- ParentShowHint = False
- ShowHint = True
- TabOrder = 2
- Kind = bkCancel
- Margin = 2
- Spacing = -1
- IsControl = True
- end
- object MaskEdit1: TMaskEdit
- Left = 118
- Top = 21
- Width = 43
- Height = 20
- EditMask = '99999;0;'
- MaxLength = 5
- TabOrder = 0
- end
- end
-